Some SDK samples require VS2005, not VS2008

Some unmanaged samples rely on mspbase.h, mtype.h, or mfc80ud.lib.  These files are included with Visual Studio 2005 and do not ship with Visual Studio 2008. 

Require Mspbase.h:
netds\Tapi\Tapi3\Cpp\Msp\MSPBase
netds\Tapi\Tapi3\Cpp\Msp\Sample
netds\Tapi\Tapi3\Cpp\pluggable

Require Mtype.h:
netds\Tapi\Tapi3\Cpp\tapirecv
netds\Tapi\Tapi3\Cpp\tapisend

Require mfc80ud.lib
Sysmgmt\Wmi\VC\AdvClient