Unfortunately VC6 is very different than VC9 (the version of the C/C++ compiler in VS2008), and you're unlikely to be able to build a VC6 project of any significance in VS2008 without at least a bit of work.
Also, VC6 is no longer available even in the MSDN downloads (due to some sort of settlement with Sun about the non-standard JVM that was included in Visual Studio 98 or something). You might be able to dig up a copy somewhere else.
To try to avoid too much confusion about the versions I'm throwing around here, as shoosh indicated, the version displayed by the cl.exe command line compiler is different from the version numbers that commonly get thrown around for MSVC:
Visual Studio 98 == Visual C/C++ 6 == cl.exe version 12.x
Visual Studio 2008 == Visual C/C++ 9 == cl.exe version 15.x