Is there some sort of C# directive to use when using a development machine (32-bit or 64-bit) that says something to the effect of:
if (32-bit Vista) // set a
There is nothing built in that will do this for you. You could always #define your own symbol and use that for conditional compilation if you wish.