Just use the var "edition".

Example:
Code:
if(edition == 4) //Will work only wiht Pro
{
	//Pro code here.
}